home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
kuang
/
kuangeleven28.lha
/
Rexx
/
Pub
/
light.AMIRX
< prev
next >
Wrap
Text File
|
1997-03-07
|
665b
|
24 lines
/* Kuang 11 Public Channel Plugin - Light
Light ciggarette :)
±light nick
/me graciously lights nick's cigarette
±light nick marlboro light
/me graciously lights nick's marlboro light cigarette
±light - marlboro light
/me graciously lights requestersnick's marlboro light cigarette
*/
options results
parse arg nick channel pxf pxt imop autochan text
if ~autochan|getclip('st_afnd')=nick then exit
setclip('st_afnd',nick)
"ECHO" text
parse var text . text rest
if text~='-'&text~='' then nick=text
rest=strip(rest)
if rest='' then rest=' '
else rest=' 'rest' '
'SAY /ME graciously lights' nick"'s"rest"cigarette"
delay(500)
setclip('st_afnd')